02. Coding Exercises

Coding exercises that accompany this lesson can be accessed in two ways. The easiest way is clicking next to open the project workspace in the classroom.

You'll be using this workspace throughout this whole lesson, so we suggest that you open it in a different tab, while following along with the lessons. Also, we recommend you to save your work often in the workspace.

However, if you want to run the Jupyter server on your own system, you can download the files from this GitHub repo:
https://github.com/udacity/AIND-NLP

  1. Clone the repo on your local machine.
  2. Follow the instructions provided in README.md to setup your Python environment.
  3. (Optional) Download all nltk data packages (10+GB), or get them later as needed.
  4. Launch the notebook: jupyter notebook text_processing.ipynb

Then follow along as you go through the lesson. Feel free to pause and experiment with the tools and libraries you're learning!